home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / Modules / scanners.em < prev    next >
Text File  |  1993-07-02  |  335b  |  22 lines

  1. ;; Eulisp Module
  2. ;; Author: pab
  3. ;; File: scanners.em
  4. ;; Date: Tue Apr 27 15:29:00 1993
  5. ;;
  6. ;; Project:
  7. ;; Description: 
  8. ;;
  9.  
  10. (defmodule scanners
  11.   ((only (scan-args 
  12.       required-argument
  13.       null-argument 
  14.       default-argument)
  15.      init)
  16.    )
  17.   ()
  18.   
  19.   (export scan-args required-argument null-argument default-argument)
  20.   ;; end module
  21.   )
  22.